home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megahits 3
/
Megahits 3 (1994)(GTI - Rhein-Main-Soft)(DE)[!].iso
/
module
/
utilities
/
archives
/
k1_ii_ed532.lha
/
Sources
/
Zz_pointer.h
< prev
Wrap
C/C++ Source or Header
|
1992-05-02
|
432b
|
19 lines
/**************************************
* ZZ_POINTER.H 08/05/90
* Written by Timm Martin
* This source code is public domain.
***************************************/
#ifndef ZZ_POINTER_H
#define ZZ_POINTER_H
extern USHORT *zz_pointer;
extern void zz_pointer_close( void );
extern BOOL zz_pointer_open( void );
#define ZZ_POINTER(w) SetPointer(w,zz_pointer,25L,16L,-7L,-11L)
#define CLEAR_POINTER(w) ClearPointer(w)
#endif